-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Honor the ${pcfiledir} entries in pkgconfig #977
fix: Honor the ${pcfiledir} entries in pkgconfig #977
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks great! Just two requests:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I don't have anything to add on top of @bepri's review, so please re-request me when you address his feedback. Thanks!
79ca8cc
to
ddbd41c
Compare
@mr-cal It seems that the sphinx spelling check dislikes |
There's a word whitelist file at |
Thanks, I'll fix it right now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
116f8c0
to
546e27e
Compare
Rebased against main to fix a conflict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The ${pcfiledir} tag allows to make .pc files relocatables, by being replaced with the path where the .pc file is stored. In these cases, the "prefix=" entry must be left as-is, to ensure that it continues to work as expected. Fix #5158
These explains why ${pcfiledir} is checked.
848207c
to
19e74d6
Compare
The ${pcfiledir} tag allows to make .pc files relocatables, by being replaced with the path where the .pc file is stored. In these cases, the "prefix=" entry must be left as-is, to ensure that it continues to work as expected.
It is complemented by canonical/snapcraft#5157
Fix canonical/snapcraft#5158
docs/reference/changelog.rst
)?